home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / system / srouted-.000 / srouted- / srouted-0.1pl1 / input.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-17  |  345 b   |  18 lines

  1. /* input.h -- input processing */
  2.  
  3. /*
  4.  *    $Id: input.h,v 1.1 1995/01/27 04:44:50 buhr Exp $
  5.  */
  6.  
  7. #ifndef INC_INPUT_H
  8. #define INC_INPUT_H
  9.  
  10. #include <sys/socket.h>
  11. #include <sys/types.h>
  12. #include <protocols/routed.h>
  13.  
  14. void in_processrip( struct rip *rip, int length, struct sockaddr *safrom);
  15. int in_countentries( int length );
  16.  
  17. #endif INC_INPUT_H
  18.